Skip to content
Back to search
30
MCP

Secure Shell Executor

pulsemcp/secure shell executor

Provides a secure way to execute shell commands with robust validation, whitelisting, and timeout handling through an asyncio-powered Python implementation.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

Shell Command
Secure shell command execution server that allows running system commands in a controlled environment through an allowlist system, returning
0 tools
Command Executor
Enables secure remote command execution with robust security controls like command allowlisting, direct command invocation without shell acc
0 tools
CLI Executor
Provides a tool for executing local CLI commands asynchronously using FastMCP and asyncio, handling command arguments securely and offering
0 tools
Lilith Shell
Enables secure execution of terminal commands with configurable working directories and timeout protection, capturing stdout, stderr, and ex
0 tools
Conda Executor
Executes Python code within isolated Conda environments, enabling secure and flexible code generation and execution for tasks like data anal
0 tools
Mac Shell
Enables secure execution of macOS terminal commands through a ZSH shell with a whitelist system that categorizes operations as safe, requiri
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "secure_shell_executor": {
      "url": "None",
      "transport": "http"
    }
  }
}